home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / examples / exam16 / readme < prev    next >
Text File  |  1995-09-27  |  309b  |  10 lines

  1.  
  2.  
  3. This example illustrates the process of creating a subclass.
  4.  
  5. class2.d is added and is a subclass of class1.d.  No new functionality
  6. is added at this point.  main.c has been modified to show how instances
  7. of a subclass can behaive like it's superclass.
  8.  
  9. (To build see the readme file in the first example.)
  10.